home *** CD-ROM | disk | FTP | other *** search
/ The Sunday Times - Parent Power 2007 / The Sunday Times - Parent Power 2007.iso / pc / engine / feature1.swf / scripts / frame_1 / DoAction.as
Text File  |  2006-11-02  |  442b  |  25 lines

  1. function showPage(nmPageNum)
  2. {
  3.    var _loc2_ = nmPageNum;
  4.    var _loc1_ = undefined;
  5.    if(_loc2_ == "prev")
  6.    {
  7.       _loc1_ = _currentframe - 1;
  8.    }
  9.    else if(_loc2_ == "next")
  10.    {
  11.       _loc1_ = _currentframe + 1;
  12.    }
  13.    else
  14.    {
  15.       _loc1_ = _loc2_;
  16.    }
  17.    mcNav.gotoAndStop(_loc1_);
  18.    this.gotoAndStop(_loc1_);
  19. }
  20. b_menu.onRelease = function()
  21. {
  22.    _root.movie_load("features.swf","content");
  23. };
  24. stop();
  25.